@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?1t3gd6');
  src:  url('fonts/icomoon.eot?1t3gd6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?1t3gd6') format('truetype'),
    url('fonts/icomoon.woff?1t3gd6') format('woff'),
    url('fonts/icomoon.svg?1t3gd6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e900";
}
.icon-history:before {
  content: "\e94d";
}

/*Estilos de los botones*/
.btn {
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #fff;
  font-size: 12px;
  background: #3954b6;
  padding: 8px 40px 8px 40px;
  text-decoration: none;
  border-style: none;
  width: 158px;
}

.btn > span
{
  font-size: 25px;
}
.btn:hover {
  text-decoration: none;
cursor: pointer;

}
.buto
{
  margin-left: 700px ;
}

.btn:hover
{
   background:#5359ed;
   border-style: solid 3px  #000;
}

